Fix bug#16609
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 1 Feb 2014 14:54:58 +0000 (16:54 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 1 Feb 2014 14:54:58 +0000 (16:54 +0200)
commitabfbb3a00b154241d6881aaee432e79ce620225a
tree14523d039251cda3cb729bdf3ee3772df1e514b2
parent5dcd3c65cfd8847a0498992f7b39fea07c018a54
Fix bug#16609

* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
`:' before binary operators.  Don't check for `:'
before `[' and `(', or their syntax status.  A percent literal
can't end with either.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/indent/ruby.rb